projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7078d9d
)
(replace-rectangle): Add autoload.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Mar 2002 18:26:36 +0000
(18:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Mar 2002 18:26:36 +0000
(18:26 +0000)
lisp/rect.el
patch
|
blob
|
history
diff --git
a/lisp/rect.el
b/lisp/rect.el
index 84094cdb6ea5624dddb7b042fe506d7473aec057..f20ae6b5b41c737ed3af6fd195ad629a497893b6 100644
(file)
--- a/
lisp/rect.el
+++ b/
lisp/rect.el
@@
-335,6
+335,7
@@
Called from a program, takes three args; START, END and STRING."
(car string-rectangle-history)))))
(apply-on-rectangle 'string-rectangle-line start end string t))
+;;;###autoload
(defalias 'replace-rectangle 'string-rectangle)
;;;###autoload